TableSectionInformation class¶
Attributes: [DebuggerDisplay("{Collection}, {SizeHint}")]
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.TableSectionInformation<T1, T2>
Modifiers: public
Summary¶
Class used to extract a common API between UICollectionView and UICollectionViewCell.
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Class hierarchy
classDiagram
class TableSectionInformation~T1,T2~
class TableSectionInformation~TSource~
TableSectionInformation~TSource~ <|-- TableSectionInformation~T1,T2~
Inherits from: TableSectionInformation
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [TableSectionInformation](# class. |